PColumnGuides(short nColumns, long xGutter, eColumn cPage, PMBool bAdjustLayout);
Layout view only. The PColumnGuides command works only in layout view.short nColumns;
Number of columns for the pageslong xGutter;
Space between columns in twipseColumn cPage;
kColumnBothPages or 0 if these settings are the same for facing pages
kColumnLeftPage or 1 if these settings are for left-page guides
kColumnRightPage or 2 if these settings are for right-page guidesPMBool bAdjustLayout;
true adjust page layout to new column guides
false do not adjust page layout
Example. The following example creates two evenly sized columns with a 0.2 -inch gutter on each of the facing pages (specified with the PPageOptions command).
PColumnGuides(2, twips("0.2i"), kColumnBothPages, false);
The PGetPageOptions and PGetColumnGuides queries
Adobe PageMaker 6.5 Help > Commands > Layout > Column Guides
Comments or suggestions? Contact Adobe Developer Support